home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 1995 March
/
PC Plus Super CD (Issue 101) (March 1995).iso
/
tclite
/
include
/
sys
/
types.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-01-27
|
213 b
|
13 lines
/* types.h
Types for dealing with time.
Copyright (c) Borland International 1987,1988,1990
All Rights Reserved.
*/
#ifndef __TIME_T
#define __TIME_T
typedef unsigned long time_t;
#endif